home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / misc / md5sum / docs / md5sum.readme < prev    next >
Text File  |  1993-10-25  |  2KB  |  38 lines

  1. Short: building/testing checksums on files
  2. Type: util/crypt
  3. Uploader: markc@archie.au
  4.  
  5.         MD5SUM - amiga port by Peter Simons <simons@peti.GUN.de>
  6.  
  7.  
  8. What is MD5SUM?
  9. ===============
  10.  
  11.     MD5SUM is a small utility that allows you to build checksums over
  12. text- or binary files, using the "MD5 Message Digest Algorithm". These
  13. checksums can be stored in a file and can be validated later, using
  14. MD5SUM.
  15.  
  16. For example, the checksums of the MD5SUM sources look like this:
  17.  
  18.      107788ec46ef6ab9dbb190215f5b6f1a  source/getopt.c
  19.      ca1ada43f73cff4466adde1e88a8cf60  source/md5.c
  20.      4a6dafa2f6282430e65d4728a1303a53  source/md5sum.c
  21.  
  22.     So, what is this useful for? Say, you're releasing a software
  23. package including sources to the public and want to make shure, nobody
  24. modifies the program (for example: add backdoors) and redistributes
  25. the modified version. (Do not laugh, this already happened with BBS
  26. packages or common utilities. Once, even a virus was added to a
  27. utility!) You could include the digest-file with a checksum of every
  28. single file in release archive and everybody could easily check the
  29. validity of the files.
  30.  
  31.  
  32.  ---------------------------------------------------------------------------
  33.   Peter Simons  | Usenet: simons@peti.GUN.de       | PGP  v2.x  public  key
  34.   Europaring 20 | CBMNet: simons@peti.adsp.sub.org | available  on  request
  35.   53123 Bonn    |  Phone: +49 228 746061           | or via GET from almost
  36.   Germany       |    CBM: ETG207                   | any keyserver. Use it!
  37.  ---------------------------------------------------------------------------
  38.